void build_loft(bezier_curve *shape,bezier_curve *path,int texture,int lightmap,float tileu,float tilev);
Parameter | Type | Description |
---|---|---|
shape | bezier_curve * | shape curve |
path | bezier_curve * | path curve |
texture | int | the texture map |
lightmap | int | the light map |
tileu | float | tetxure map tile in u dir |
tilev | float | tetxure map tile in v dir |
None
This function builds the patch for a shape/path pair of Bezier curves.